Kubernetes – One role for multiple namespaces

    Goal: There are 2 namespaces, they are “kube-system” and “default“. It is necessary to run a cron task in the “kube-system” namespace, which will clear the executed jobs and pods in the “default” space. To do this, create a service account in the “kube-system” namespace, a role with the necessary rights in the … Continue reading Kubernetes – One role for multiple namespaces